home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscShell / MiscShell.subproj / MiscAwakeAction.h < prev    next >
Encoding:
Text File  |  1995-04-12  |  241 b   |  17 lines

  1. // Copyright (C) 1995 Steve Hayman
  2. // Use is governed by the MiscKit license
  3.  
  4. #import <appkit/appkit.h>
  5.  
  6.  
  7. @interface MiscAwakeAction:Object
  8. {
  9.     id _target;
  10.     SEL action;
  11. }
  12.  
  13. - target;
  14. - setTarget:t;
  15. - (SEL)action;
  16. - setAction:(SEL)a;
  17. @end